home *** CD-ROM | disk | FTP | other *** search
/ The Latest & Greatest Top 201 Games / The Latest and Greatest Top 201 Games (Maple Media)(1994).iso / crushit / hrs_inst.bat < prev    next >
DOS Batch File  |  1992-08-16  |  1KB  |  36 lines

  1. Echo off
  2. IF '%1'=='C' GOTO Start
  3. IF '%1'=='D' GOTO Start
  4. IF '%1'=='E' GOTO Start
  5. :Start
  6. cls
  7. echo.
  8. echo                ┌─────────┐
  9. echo          ┌─────┴───┐     │  Explore The World of Software Inc.
  10. echo    ──────│         │o    │─────────────────────────────────────────────
  11. echo          │   ┌─────┴╨──┐ │  Trading As: HRS Software Club.
  12. echo          │   │         │─┘  145 Royal Crest Court, Unit 40
  13. echo          └───│    o    │    Markham, Ontario. L3R 9Z4
  14. echo    ──────────│    ║    │───────────────────────────────────────────────
  15. echo              └────╨────┘    Bus (416) 477-4144 Fax (416) 470-9916
  16. echo.
  17. echo      ╔═══════════════════════════════════════════════════════════════╗
  18. echo      ║               Installing Program Please Wait                  ║
  19. echo      ╚═══════════════════════════════════════════════════════════════╝
  20. MD %1:\crusher
  21. copy *.* %1:\crusher
  22. %1:
  23. cd\crusher
  24. cls
  25. echo.
  26. echo.
  27. echo ╔═════════════════════════════════════════════════════╗
  28. echo ║    Thank You For Exploring The World Of Software    ║
  29. echo ╚═════════════════════════════════════════════════════╝
  30. echo ╔═══════════════════════════════════════════════════════════════════════╗
  31. echo ║  Installation Completed to Run Program type: HRS ( Press ENTER Key )  ║
  32. echo ╚═══════════════════════════════════════════════════════════════════════╝
  33. echo.
  34. echo.
  35. Command
  36.